]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/stage.h
Minor cleanups
[libs/demoscene.git] / source / stage.h
index c43cccb31601e2d86637706c69224973f7489979..1ab32d83d27d07fa50be5510c5b7bf8216ab43db 100644 (file)
@@ -16,8 +16,8 @@ struct Stage
                        Loader(UseInView &, Demo &);
 
                private:
-                       void view(const std::string &);
                        void stage(const std::string &);
+                       void view(const std::string &);
                };
 
        private: