Skip to content

Commit b206848

Browse files
committed
Node -> ssr::Node
1 parent 77861d0 commit b206848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
#include "apf/math.h"
8383
#include "apf/stringtools.h"
8484

85-
using Node = XMLParser::Node; ///< a node of the DOM tree
86-
8785
namespace ssr
8886
{
8987

88+
using Node = XMLParser::Node; ///< a node of the DOM tree
89+
9090
namespace internal
9191
{
9292

0 commit comments

Comments
 (0)