#ifndef TEXTSTYLEFORMATTERCOLLECTION_H_
#define TEXTSTYLEFORMATTERCOLLECTION_H_

#include <list>

namespace srchilite {

class TextStyleFormatter;

/// Collection of TextStyleFormatter objects
typedef std::list<TextStyleFormatter *> TextStyleFormatterCollection;

}

#endif /*TEXTSTYLEFORMATTERCOLLECTION_H_*/
