diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-15 01:20:41 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-15 01:20:41 +0000 |
| commit | 2aa30324422f2d53c191d0abc4e4243fd792e898 (patch) | |
| tree | a912674b1bd059ddac7bfd44ec2e1849eb06176c /src/io/resource.h | |
| parent | Merge branch 'master' of gitlab.com:marcjeanmougin/inkscape (diff) | |
| download | inkscape-2aa30324422f2d53c191d0abc4e4243fd792e898.tar.gz inkscape-2aa30324422f2d53c191d0abc4e4243fd792e898.zip | |
Use user interface files for the user interface
Diffstat (limited to 'src/io/resource.h')
| -rw-r--r-- | src/io/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/resource.h b/src/io/resource.h index 36fe5f81e..fbf2111f4 100644 --- a/src/io/resource.h +++ b/src/io/resource.h @@ -48,6 +48,8 @@ enum Domain { Util::ptr_shared<char> get_path(Domain domain, Type type, char const *filename=NULL); +Util::ptr_shared<char> get_filename(Type type, char const *filename=NULL); + } } |
