diff options
author | Thomas Freitag <Thomas.Freitag@alfa.de> | 2013-01-19 17:43:08 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2013-01-19 17:43:08 +0100 |
commit | 8eb489c355d734a72e140ce7e32470d048362499 (patch) | |
tree | 3de7bf4ea95c6b2b4625c636542417a5ee1bad92 /test | |
parent | 3db9472e2b016f1b411174273f27848193ab18e5 (diff) |
Make rendering thread-safe
Bug #50992
Diffstat (limited to 'test')
-rw-r--r-- | test/gtk-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtk-test.cc b/test/gtk-test.cc index a5759d7f..6deb401a 100644 --- a/test/gtk-test.cc +++ b/test/gtk-test.cc @@ -116,7 +116,7 @@ GDKSplashOutputDev::~GDKSplashOutputDev() { void GDKSplashOutputDev::clear() { startDoc(NULL); - startPage(0, NULL); + startPage(0, NULL, NULL); } void GDKSplashOutputDev::endPage() { |