Merge pull request #3179 from dtzWill/fix/struct-class-mismatch-minor

minor: fix mismatch of struct/class forward decl of 'Source'
This commit is contained in:
Eelco Dolstra 2019-10-31 14:03:04 +01:00 committed by GitHub
commit 4e840fc541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ typedef enum {
class Store;
class Source;
struct Source;
Path readStorePath(Store & store, Source & from);
template<class T> T readStorePaths(Store & store, Source & from);