diff Core/SQLite/Transaction.h @ 1221:2255e66da726

getting rid of the dependency against Boost in the SQLite C++ wrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Nov 2014 17:05:50 +0100
parents 9b9026560a5f
children 9b4977e3c19d
line wrap: on
line diff
--- a/Core/SQLite/Transaction.h	Mon Nov 10 16:33:51 2014 +0100
+++ b/Core/SQLite/Transaction.h	Mon Nov 10 17:05:50 2014 +0100
@@ -43,7 +43,7 @@
 {
   namespace SQLite
   {
-    class Transaction : public boost::noncopyable
+    class Transaction : public NonCopyable
     {
     private:
       Connection& connection_;