aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
authorSatoshi Nakamoto <[email protected]>2010-08-10 15:57:38 +0000
committerGavin Andresen <[email protected]>2010-08-10 15:57:38 +0000
commitdd9e71843bc79e8c7e33734cc8b975275992cc05 (patch)
tree469c6c50e90c373c60e486aa5eb96991125235db /ui.cpp
parentnew safety feature displays a warning message and locks down RPC if it detect... (diff)
downloaddiscoin-dd9e71843bc79e8c7e33734cc8b975275992cc05.tar.xz
discoin-dd9e71843bc79e8c7e33734cc8b975275992cc05.zip
correct typo for mac compile, update makefile to use llvm
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.cpp b/ui.cpp
index add5bce05..e6f022bf6 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -388,7 +388,7 @@ void CMainFrame::OnIconize(wxIconizeEvent& event)
fClosedToTray = true;
Show(!fClosedToTray);
ptaskbaricon->Show(fMinimizeToTray || fClosedToTray);
-#ifdef __WXGTK__
+#if defined(__WXGTK__) || defined(__WXMAC_OSX__)
}
#endif
}