summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-04 11:41:15 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-04 11:41:35 -0500
commit0e209b7a7bbd234d77f617e70cc4971d4f0dbb41 (patch)
tree24400d0f69a76f871ab9563652fcba5d4c7061e1 /include
parent8de38bfe0d5cf6300601a2e53c6d5a1ed783422f (diff)
Get it to build.
Change-Id: Ib1cb82d46322bd7c6791fa9a8937492ef27ec370
Diffstat (limited to 'include')
-rw-r--r--include/sax/fastattribs.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index bb1b93d9121b..f59188dc1063 100644
--- a/include/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
@@ -52,9 +52,10 @@ typedef std::vector< UnknownAttribute > UnknownAttributeList;
/// A native C++ interface to tokenisation
class SAX_DLLPUBLIC FastTokenHandlerBase
{
- public:
- virtual ~FastTokenHandlerBase();
- virtual sal_Int32 getTokenDirect( const char *pToken, sal_Int32 nLength ) const = 0;
+public:
+ FastTokenHandlerBase();
+ virtual ~FastTokenHandlerBase();
+ virtual sal_Int32 getTokenDirect( const char *pToken, sal_Int32 nLength ) const = 0;
};
/// avoid constantly allocating and freeing sequences.