This commit is contained in:
Pandagrapher
2018-12-28 15:55:04 +01:00
parent 39c53119eb
commit 34ea953c23
2 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "adjuster.h"
#include "edit.h"
#include "guiutils.h"
#include "threadutils.h"
#include "toolpanel.h"
#include <gtkmm.h>
#include <string>
@@ -328,6 +329,9 @@ private:
bool nameChanged_;
int eventType; // 0 = No event, 1 = Spot creation event, 2 = Spot deletion event, 3 = Spot selection event
// Treeview mutex
MyMutex mTreeview;
};
#endif // _CONTROLSPOTPANEL_H_