]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/simple-file-storage.hh
release: 1.1.5
[lilypond.git] / lib / include / simple-file-storage.hh
index 1fe0136c508627b9c950e3ffe440b8d6fbc02385..6df521ecd05b2d98671fafde8327de4d5318466d 100644 (file)
@@ -22,11 +22,10 @@ class Simple_file_storage  : public File_storage
 
   void load_stdin ();
   void load_file (String);
-protected:    
+public:
   virtual char const*ch_C () const;
   virtual int length_i () const;
   virtual ~Simple_file_storage ();
-public:
   Simple_file_storage (String);
 };