Run in default run-loop mode for document_t::sync_open

This commit is contained in:
Allan Odgaard
2014-04-11 16:55:32 +07:00
parent d549bb7a84
commit 1452148a65

View File

@@ -217,7 +217,7 @@ namespace document
public:
bool try_open (document::open_callback_ptr callback);
void sync_open (CFStringRef runLoopMode = CFSTR("OakThreadSignalsRunLoopMode"));
void sync_open (CFStringRef runLoopMode = kCFRunLoopDefaultMode);
void close ();
void show ();