$OpenBSD: patch-SQLiteAdaptor_m,v 1.1 2013/05/15 14:52:19 sebastia Exp $

fix build with clang

--- SQLiteAdaptor.m.orig	Wed May 15 15:53:09 2013
+++ SQLiteAdaptor.m	Wed May 15 15:53:19 2013
@@ -24,8 +24,9 @@
 
 #import "SQLiteAdaptor.h"
 
-@interface SQLiteAdaptor(Private)
 static NSString* SongRatingStorageDirectory = nil;
+
+@interface SQLiteAdaptor(Private)
 -(NSString *)_getMPDConDBName;
 @end
 
