[DEBUG] change visibility of the Context menu constructor

This commit is contained in:
Edouard DUPIN 2014-10-18 08:17:11 +02:00
parent 293a68a083
commit a41605b9b3

View File

@ -31,7 +31,7 @@ namespace ewol {
markLeft,
markNone
};
public:
protected:
ContextMenu();
void init(const std::string& _shaperName="THEME:GUI:ContextMenu.json");
public: