diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-03 18:44:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-03 18:44:27 +0100 |
commit | 1d768b53295d71705fd1618f936240ed5428cb87 (patch) | |
tree | 8efe9126d62db1eea01379a4a4b1fffc2abf6585 /src/ring.cpp | |
parent | 4f069e1977c9567b8aca7b0306ac5f100ef11282 (diff) | |
parent | b66d269b94016d43b3d256ab01c123ba2937c917 (diff) | |
download | sciteco-1d768b53295d71705fd1618f936240ed5428cb87.tar.gz |
Merge branch 'master' of github.com:rhaberkorn/sciteco
Diffstat (limited to 'src/ring.cpp')
-rw-r--r-- | src/ring.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ring.cpp b/src/ring.cpp index 2656ae9..8654686 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -54,7 +54,8 @@ namespace States { StateSaveFile savefile; } -Ring ring; +/* dtor must be executed before Interface dtor */ +Ring ring INIT_PRIO(PRIO_INTERFACE+1); #ifdef G_OS_WIN32 |