changeset 380:7298621f1192 macness

header inclusion guards
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Mon, 18 Oct 2010 13:29:48 +0100
parents 909cf273bed1
children fad5611ef9db
files osx/svitunes.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/osx/svitunes.h	Mon Oct 18 13:24:38 2010 +0100
+++ b/osx/svitunes.h	Mon Oct 18 13:29:48 2010 +0100
@@ -12,6 +12,9 @@
     COPYING included with this distribution for more information.
 */
 
+#ifndef _SVITUNES_H_
+#define _SVITUNES_H_
+
 #include <QString>
 #include <QStringList>
 
@@ -22,3 +25,4 @@
 
 //LATER: QStringList iTunesSelectedPaths();
 
+#endif