summaryrefslogtreecommitdiff
path: root/ui/osx_dock.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/osx_dock.h')
-rw-r--r--ui/osx_dock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/osx_dock.h b/ui/osx_dock.h
index f2765780..62237524 100644
--- a/ui/osx_dock.h
+++ b/ui/osx_dock.h
@@ -7,11 +7,11 @@
#ifndef OSX_DOCK_837210847312534
#define OSX_DOCK_837210847312534
-#include <zen/osx_error.h>
+#include <zen/sys_error.h>
namespace osx
{
-void dockIconSetText(const char* str); //throw OsxError
+void dockIconSetText(const char* str); //throw SysError
}
#endif //OSX_DOCK_837210847312534
bgstack15