Skip to content
Snippets Groups Projects
Commit 342573a0 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add virtual WindowsManager destructor

parent cc65d123
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,8 @@ namespace graphics {
public:
static WindowsManagerPtr_t create ();
virtual ~WindowsManager () {};
virtual std::vector<std::string> getNodeList();
virtual std::vector<std::string> getGroupNodeList(const char* group);
virtual std::vector<std::string> getSceneList();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment