Commit 56b8cd5c authored by Davis King's avatar Davis King
Browse files

Make struct some_type; get bolded when pretty printed

parent 8810a62b
......@@ -191,7 +191,7 @@ namespace dlib
if (temp.find_first_of("\n\r") != string::npos)
recently_seen_preprocessor = false;
}
if (t.peek_token() != ";" && t.peek_type() != tok::IDENTIFIER &&
if (t.peek_type() != tok::IDENTIFIER &&
t.peek_token() != "*" && t.peek_token() != "&")
{
// this is the name of a class or struct in a class or
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment