Forgot include guards
authorMohammed Sameer <msameer@foolab.org>
Thu, 20 Sep 2012 21:45:12 +0000 (00:45 +0300)
committerMohammed Sameer <msameer@foolab.org>
Thu, 20 Sep 2012 21:45:12 +0000 (00:45 +0300)
lib/qtcamzoom.h

index 0961a3a..09ba89e 100644 (file)
@@ -1,5 +1,8 @@
 // -*- c++ -*-
 
+#ifndef QT_CAM_ZOOM_H
+#define QT_CAM_ZOOM_H
+
 #include "qtcamcapability.h"
 
 class QtCamZoomPrivate;
@@ -16,3 +19,5 @@ public:
   qreal minimumValue();
   qreal maximumValue();
 };
+
+#endif /* QT_CAM_ZOOM_H */