/usr/include/srchilite/textstyleformattercollection.h is in libsource-highlight-dev 3.1.6-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #ifndef TEXTSTYLEFORMATTERCOLLECTION_H_
#define TEXTSTYLEFORMATTERCOLLECTION_H_
#include <list>
namespace srchilite {
class TextStyleFormatter;
/// Collection of TextStyleFormatter objects
typedef std::list<TextStyleFormatter *> TextStyleFormatterCollection;
}
#endif /*TEXTSTYLEFORMATTERCOLLECTION_H_*/
|