Changeset 986 for trunk/lib/Configuration.h
- Timestamp:
- Dec 13, 2009, 9:41:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.h
r978 r986 70 70 /// 71 71 const std::map<std::string, Alias>& copyright_alias(void) const; 72 73 /** 74 \return png, none, svg, or svgz 75 */ 76 const std::string& image_format(void) const; 72 77 73 78 /// … … 143 148 144 149 VectorPair dictionary_; 145 150 std::string image_format_; 146 151 std::string trac_root_; 147 152 };
Note: See TracChangeset
for help on using the changeset viewer.