aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libopie/libopie2/gcc-syntax-fix.patch
blob: 12b64d7d375290ffd6c8068ada156ab69d8cdbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/opiedb/osqldriver.h b/opiedb/osqldriver.h
index 492b8dd..29fbfd6 100644
--- a/opiedb/osqldriver.h
+++ b/opiedb/osqldriver.h
@@ -77,7 +77,7 @@ public:
     /**
      * Get a list of tables
      */
-    virtual OSQLTable::ValueList tables() const = 0l;
+    virtual OSQLTable::ValueList tables() const = 0;
     virtual bool sync();