diff options
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 |