From 3acd9189d806129a6a2c06b15e035f11f679f5a8 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 16 Dec 2013 01:23:50 +0200 Subject: [PATCH] The Scope enum has no need to be public --- source/programbuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/programbuilder.h b/source/programbuilder.h index 6845f4a9..14a90a85 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -38,6 +38,7 @@ public: std::string create_flags() const; }; +private: enum VariableScope { NO_SCOPE, @@ -47,7 +48,6 @@ public: FRAGMENT }; -private: struct StandardVariable { VariableScope scope; -- 2.43.0