weekly "fixed building on linux"

This commit is contained in:
fourtf
2018-05-16 17:47:58 +02:00
parent 7b192897da
commit 8ee0f85a2b
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -33,9 +33,9 @@ class SplitContainer : public BaseWidget, pajlada::Signals::SignalHolder
{
Q_OBJECT
public:
struct Node;
public:
// fourtf: !!! preserve the order of left, up, right and down
enum Direction { Left, Above, Right, Below };