Permalink
Browse files
Fixes linking error caused by merge
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
source/commands/makefilecommand.h
|
|
@@ -38,6 +38,7 @@ class MakeFileCommand : public Command { |
|
|
bool abort;
|
|
|
|
|
|
vector< vector<string> > findGroupNames(vector< vector<string> > paired);
|
|
|
+ int fillAccnosFile(string tempFile);
|
|
|
};
|
|
|
|
|
|
|
|
|
|
0 comments on commit
3ea4453