Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
863fa384
Commit
863fa384
authored
Sep 17, 2016
by
Davis King
Browse files
Fixed getting cli warning message when gui closed.
parent
55c4ba53
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/imglab/src/main.cpp
tools/imglab/src/main.cpp
+1
-0
No files found.
tools/imglab/src/main.cpp
View file @
863fa384
...
@@ -1151,6 +1151,7 @@ int main(int argc, char** argv)
...
@@ -1151,6 +1151,7 @@ int main(int argc, char** argv)
}
}
}
}
editor
.
wait_until_closed
();
editor
.
wait_until_closed
();
return
EXIT_SUCCESS
;
}
}
cout
<<
"Invalid command, give -h to see options."
<<
endl
;
cout
<<
"Invalid command, give -h to see options."
<<
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment