/[svn]/gigedit/trunk/src/gigedit/mainwindow.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3109 by schoenebeck, Sun Feb 12 16:35:03 2017 UTC revision 3116 by schoenebeck, Sat Apr 15 20:21:41 2017 UTC
# Line 386  protected: Line 386  protected:
386          Glib::ustring sample_path; // file name of the sample to be          Glib::ustring sample_path; // file name of the sample to be
387                                     // imported                                     // imported
388      };      };
389      std::list<SampleImportItem> m_SampleImportQueue;      std::map<gig::Sample*, SampleImportItem> m_SampleImportQueue;
390    
391    
392      void on_action_file_new();      void on_action_file_new();

Legend:
Removed from v.3109  
changed lines
  Added in v.3116

  ViewVC Help
Powered by ViewVC