]> git.mxchange.org Git - flightgear.git/commitdiff
Whoops, parking refactoring changed the positioned types.
authorJames Turner <zakalawe@mac.com>
Tue, 25 Sep 2012 08:15:36 +0000 (09:15 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 25 Sep 2012 08:15:36 +0000 (09:15 +0100)
Force a nav-cache rebuild to accommodate the renumbered types.

src/Navaids/NavDataCache.cxx

index 5737b7972d3f04635c16285a0c5654308f10b594..8a7082aac89bd395848ab01bc140d23f8c79b9ce 100644 (file)
@@ -66,7 +66,7 @@ using std::string;
 
 namespace {
 
-const int SCHEMA_VERSION = 3;
+const int SCHEMA_VERSION = 4;
 
 // bind a std::string to a sqlite statement. The std::string must live the
 // entire duration of the statement execution - do not pass a temporary