Skip to content
Snippets Groups Projects
Commit f67bb2ba authored by David Cole's avatar David Cole
Browse files

SystemTools: Move typedef mode_t inside the SystemTools class

Cleans up a smidge of global namespace pollution. Allows using this
header file in the same compilation unit with other header files
that may also contain a mode_t typedef, possibly with a different
underlying type.

Actually encountered in the wild when trying to compile a class that
uses both log4cpp and VTK.

Change-Id: Iba5592778fc21d66946026847537d914e56f332b
parent 6eab64c3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment