mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-03 09:59:29 +00:00
namespace macro refactoring to avoid conflicts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <LatAnalyze/Global.hpp>
|
||||
#include <iostream>
|
||||
|
||||
BEGIN_NAMESPACE
|
||||
BEGIN_LATAN_NAMESPACE
|
||||
|
||||
template <typename DataObj>
|
||||
class ParserState
|
||||
@@ -54,6 +54,6 @@ ParserState<DataObj>::ParserState(std::istream *streamPt, std::string *namePt,
|
||||
, streamName(namePt)
|
||||
{}
|
||||
|
||||
END_NAMESPACE
|
||||
END_LATAN_NAMESPACE
|
||||
|
||||
#endif // Latan_ParserState_hpp_
|
||||
|
||||
Reference in New Issue
Block a user