1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Unbreak OSX compile.

This commit is contained in:
Christian Muehlhaeuser
2011-08-30 02:44:24 +02:00
parent 626f9acfac
commit 7f324bc45c

View File

@@ -560,6 +560,7 @@ tomahawkWindow()
} }
#ifndef Q_OS_MAC
void void
bringToFront() bringToFront()
{ {
@@ -617,6 +618,7 @@ bringToFront()
} }
#endif #endif
} }
#endif
#endif #endif