From a41605b9b30ea67f90277c3fc82c88467ae57a73 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 18 Oct 2014 08:17:11 +0200 Subject: [PATCH] [DEBUG] change visibility of the Context menu constructor --- sources/ewol/widget/ContextMenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ewol/widget/ContextMenu.h b/sources/ewol/widget/ContextMenu.h index b05df47e..d18485f2 100644 --- a/sources/ewol/widget/ContextMenu.h +++ b/sources/ewol/widget/ContextMenu.h @@ -31,7 +31,7 @@ namespace ewol { markLeft, markNone }; - public: + protected: ContextMenu(); void init(const std::string& _shaperName="THEME:GUI:ContextMenu.json"); public: