diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-06-27 01:40:01 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-06-27 01:40:01 +0000 |
| commit | a65c95ff4739e2803e28d64b2a3b3774dd1f45aa (patch) | |
| tree | 96ea7df357bc76c5e50dc89b416a73c0646c5c82 /src/inkview.cpp | |
| parent | Convert accidental member accesses into static function accesses (diff) | |
| download | inkscape-a65c95ff4739e2803e28d64b2a3b3774dd1f45aa.tar.gz inkscape-a65c95ff4739e2803e28d64b2a3b3774dd1f45aa.zip | |
Move constructor/destructor into private section, remove protected section. Rename init(). Add to-do list.
(bzr r13341.5.8)
Diffstat (limited to 'src/inkview.cpp')
| -rw-r--r-- | src/inkview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkview.cpp b/src/inkview.cpp index 1ec8393ba..721b4784f 100644 --- a/src/inkview.cpp +++ b/src/inkview.cpp @@ -232,7 +232,7 @@ main (int argc, const char **argv) ss.view = NULL; ss.fullscreen = false; - Inkscape::Application::init(argv[0], true); + Inkscape::Application::create(argv[0], true); inkscape = Inkscape::Application::instance(); // starting at where the commandline options stopped parsing because |
