forked from lix-project/lix
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:
commit
4e840fc541
|
@ -63,7 +63,7 @@ typedef enum {
|
||||||
|
|
||||||
|
|
||||||
class Store;
|
class Store;
|
||||||
class Source;
|
struct Source;
|
||||||
|
|
||||||
Path readStorePath(Store & store, Source & from);
|
Path readStorePath(Store & store, Source & from);
|
||||||
template<class T> T readStorePaths(Store & store, Source & from);
|
template<class T> T readStorePaths(Store & store, Source & from);
|
||||||
|
|
Loading…
Reference in a new issue