Skip to content

Commit c623d87

Browse files
committed
Fix gui for undo plugin
1 parent 05efe7b commit c623d87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugins/plugs/undo-test/undo-test.hxx

+1-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ namespace clap {
4848
template <bool hasDelta, bool areDeltasPersistant>
4949
UndoTest<hasDelta, areDeltasPersistant>::UndoTest(const std::string &pluginPath,
5050
const clap_host &host)
51-
: CorePlugin(PathProvider::create(
52-
pluginPath, UndoTest<hasDelta, areDeltasPersistant>::descriptor()->name),
53-
descriptor(),
54-
host) {
51+
: CorePlugin(PathProvider::create(pluginPath, "undo-test"), descriptor(), host) {
5552
_rootModule = std::make_unique<UndoTestModule<hasDelta, areDeltasPersistant>>(*this);
5653
}
5754

0 commit comments

Comments
 (0)