#ifndef TEXTSTYLEFORMATTERCOLLECTION_H_ #define TEXTSTYLEFORMATTERCOLLECTION_H_ #include namespace srchilite { class TextStyleFormatter; /// Collection of TextStyleFormatter objects typedef std::list TextStyleFormatterCollection; } #endif /*TEXTSTYLEFORMATTERCOLLECTION_H_*/