forked from qt-creator/qt-creator
preprocessor: make CPlusPlus::Internal::ByteArrayRef public
Change-Id: Ief6ea71f750b6ba19b650050bae376f4ad82d9d2 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace CPlusPlus::Internal;
|
||||
using namespace CPlusPlus;
|
||||
|
||||
bool ByteArrayRef::startsWith(const char *s) const
|
||||
{
|
||||
@@ -23,7 +23,7 @@ int ByteArrayRef::count(char ch) const
|
||||
return num;
|
||||
}
|
||||
|
||||
void PPToken::squeeze()
|
||||
void Internal::PPToken::squeeze()
|
||||
{
|
||||
if (isValid()) {
|
||||
m_src = m_src.mid(offset, length());
|
||||
|
||||
Reference in New Issue
Block a user