From: James Turner Date: Tue, 25 Sep 2012 08:15:36 +0000 (+0100) Subject: Whoops, parking refactoring changed the positioned types. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ea5a0c31d445892323a766267b2b0d4a5c0b8cd;p=flightgear.git Whoops, parking refactoring changed the positioned types. Force a nav-cache rebuild to accommodate the renumbered types. --- diff --git a/src/Navaids/NavDataCache.cxx b/src/Navaids/NavDataCache.cxx index 5737b7972..8a7082aac 100644 --- a/src/Navaids/NavDataCache.cxx +++ b/src/Navaids/NavDataCache.cxx @@ -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