Skip to content

Commit

Permalink
popask: Fix a typo in header dir
Browse files Browse the repository at this point in the history
  • Loading branch information
clbr committed Nov 4, 2014
1 parent 5065936 commit 506b48b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion popask/popask.cxx
Expand Up @@ -4,7 +4,7 @@
// (c) Robert Shingledecker
#include <iostream>
#include <string>
#include <Fl/fl_ask.H>
#include <FL/fl_ask.H>
using namespace std;

int main(int argc, char **argv) {
Expand Down
6 changes: 3 additions & 3 deletions popask/popask.fl
Expand Up @@ -2,14 +2,14 @@
version 1.0110
header_name {.h}
code_name {.cxx}
decl {// (c) Robert Shingledecker} {selected
}
decl {// (c) Robert Shingledecker} {}

decl {\#include <iostream>} {}

decl {\#include <string>} {}

decl {\#include <Fl/fl_ask.H>} {}
decl {\#include <FL/fl_ask.H>} {selected
}

decl {using namespace std;} {}

Expand Down

0 comments on commit 506b48b

Please sign in to comment.