~danomatika/seq24/midi-export

« back to all changes in this revision

Viewing changes to src/optionsfile.h

  • Committer: Guido Scholz
  • Date: 2008-11-29 09:45:18 UTC
  • Revision ID: guido.scholz@bayernline.de-20081129094518-o5fzchze0ugeqvfd
Handle filenames more consistently as UTF-8 strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <string>
28
28
#include <list>
29
29
 
30
 
class optionsfile  : public configfile
 
30
class optionsfile : public configfile
31
31
{
32
32
 
33
33
 public:
34
34
 
35
 
    optionsfile( string a_name );
 
35
    optionsfile(const Glib::ustring& a_name);
36
36
    ~optionsfile( );
37
37
    
38
38
    bool parse( perform *a_perf );