1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-10 22:42:30 +03:00

Fixed a linker error when doing a release build.

This commit is contained in:
Patrick LeBlanc
2019-07-31 07:55:46 -05:00
parent be3cfb73d3
commit dfbac2d2a5

View File

@@ -118,7 +118,7 @@ bool Downloader::inProgress(const string &key)
return false; return false;
} }
inline const bf::path & Downloader::getTmpPath() const const bf::path & Downloader::getTmpPath() const
{ {
return tmpPath; return tmpPath;
} }