summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-07-04 12:49:26 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-07-04 12:49:26 +0100
commit0990c5bd7958203ad2bfb62f6fa48d3f56768843 (patch)
tree726163a4c143b8abb3c0810a41cffc55388a7568
parentIntroduce the cursor concept (diff)
downloadmygrate-0990c5bd7958203ad2bfb62f6fa48d3f56768843.tar.bz2
mygrate-0990c5bd7958203ad2bfb62f6fa48d3f56768843.tar.xz
mygrate-0990c5bd7958203ad2bfb62f6fa48d3f56768843.zip
Add stub for finding compiler flags
-rw-r--r--lib/dbStmt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dbStmt.cpp b/lib/dbStmt.cpp
new file mode 100644
index 0000000..ce92c68
--- /dev/null
+++ b/lib/dbStmt.cpp
@@ -0,0 +1,2 @@
+// Stub C++ to allow finding compiler flags for dbStmt.h
+#include "dbStmt.h"