Author: post
Date: 2012-09-30 18:36:58 +0200 (Sun, 30 Sep 2012)
New Revision: 460
Modified:
RawSpeed/Point.h
Log:
Don't have namespace outside header guards.
Modified: RawSpeed/Point.h
===================================================================
--- RawSpeed/Point.h 2012-09-30 11:44:48 UTC (rev 459)
+++ RawSpeed/Point.h 2012-09-30 16:36:58 UTC (rev 460)
@@ -19,11 +19,11 @@
http://www.klauspost.com
*/
-namespace RawSpeed {
-
#ifndef SS_Point_H
#define SS_Point_H
+namespace RawSpeed {
+
#ifdef __unix
#include <stdlib.h>
#endif
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit