Skip to content

Commit a939cf8

Browse files
committed
(paceholder#241) Add missing namespace for Style
1 parent 092192f commit a939cf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/nodes/internal/Style.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
#include <QtCore/QString>
44

5+
namespace QtNodes
6+
{
7+
58
class Style
69
{
710
public:
@@ -20,3 +23,5 @@ class Style
2023
virtual void
2124
loadJsonFromByteArray(QByteArray const &byteArray) = 0;
2225
};
26+
27+
}

0 commit comments

Comments
 (0)