diff OrthancServer/DatabaseWrapper.cpp @ 1729:54d78925cbb6 db-changes

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 17:39:58 +0200
parents a7c05bbfaf6a
children 559956d5ceb2
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.cpp	Tue Oct 20 15:03:52 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.cpp	Tue Oct 20 17:39:58 2015 +0200
@@ -373,7 +373,7 @@
                   boost::lexical_cast<std::string>(GlobalProperty_DatabaseSchemaVersion) + ";");
       db_.CommitTransaction();
       version_ = 6;
-    }    
+    }
   }