]> git.tdb.fi Git - libs/gl.git/commitdiff
The Scope enum has no need to be public
authorMikko Rasa <tdb@tdb.fi>
Sun, 15 Dec 2013 23:23:50 +0000 (01:23 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 16 Dec 2013 18:28:48 +0000 (20:28 +0200)
source/programbuilder.h

index 6845f4a9450590b7ab5c01e37b3ab99fbd886086..14a90a85250eeb50c038e1498382210e3acd3bef 100644 (file)
@@ -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;