summaryrefslogtreecommitdiffstats
blob: 4a2db8f47351e4ca455a0eace72ca8c3bca07cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2011 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */

#include <Swiften/Parser/Tree/NullParserElement.h>

namespace Swift {

boost::shared_ptr<NullParserElement> NullParserElement::element = boost::make_shared<NullParserElement>();

}