src/widgets/vec3editor.h

changeset 105
6ca6e8c647d4
parent 83
b8bd338eb602
child 206
654661eab7f3
--- a/src/widgets/vec3editor.h	Mon Jul 19 19:28:16 2021 +0300
+++ b/src/widgets/vec3editor.h	Mon Jul 19 23:41:52 2021 +0300
@@ -15,7 +15,7 @@
 	{
 		NoMultiplyButton = 0x1
 	};
-	explicit Vec3Editor(const glm::vec3& value, QWidget* parent = nullptr, QFlags<Flag> flags = 0);
+	explicit Vec3Editor(const glm::vec3& value, QWidget* parent = nullptr, QFlags<Flag> flags = {});
 	~Vec3Editor();
 	glm::vec3 value() const;
 	void setValue(const glm::vec3& value);

mercurial