[studio] Put StudioAppLib in studio namespace

This commit is contained in:
2023-06-03 19:35:40 -05:00
parent 6137a2b892
commit ff242e3488
16 changed files with 61 additions and 14 deletions

View File

@@ -9,10 +9,10 @@
#include "undostack.hpp"
#include "widget.hpp"
class StudioUI;
namespace studio {
class StudioUI;
class BaseEditor: public Widget {
friend StudioUI;