Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cydral committed Feb 15, 2025
1 parent 7e3ee1a commit 10aea11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/htmlify/htmlify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ typedef cpp_pretty_printer::kernel_1a cprinter;
typedef cpp_pretty_printer::kernel_2a bprinter;
typedef dlib::map<string,string>::kernel_1a map_string_to_string;
typedef dlib::set<string>::kernel_1a set_of_string;
typedef queue<file>::kernel_1a queue_of_files;
typedef queue<directory>::kernel_1a queue_of_dirs;
typedef dlib::queue<file>::kernel_1a queue_of_files;
typedef dlib::queue<directory>::kernel_1a queue_of_dirs;

void print_manual (
);
Expand Down

0 comments on commit 10aea11

Please sign in to comment.