Switch to side-by-side view
--- a/src/rcldb/stemdb.cpp +++ b/src/rcldb/stemdb.cpp @@ -38,7 +38,7 @@ namespace StemDb { -const static string stemdirstem = "stem_"; +static const string stemdirstem = "stem_"; /// Compute name of stem db for given base database and language static string stemdbname(const string& dbdir, const string& lang)