diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-04 12:49:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-04 12:49:26 +0100 |
commit | 0990c5bd7958203ad2bfb62f6fa48d3f56768843 (patch) | |
tree | 726163a4c143b8abb3c0810a41cffc55388a7568 /lib | |
parent | Introduce the cursor concept (diff) | |
download | mygrate-0990c5bd7958203ad2bfb62f6fa48d3f56768843.tar.bz2 mygrate-0990c5bd7958203ad2bfb62f6fa48d3f56768843.tar.xz mygrate-0990c5bd7958203ad2bfb62f6fa48d3f56768843.zip |
Add stub for finding compiler flags
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dbStmt.cpp | 2 |
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" |