mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
init class members
This commit is contained in:
2
Pos.cpp
2
Pos.cpp
@ -7,6 +7,8 @@
|
||||
Pos::Pos() {
|
||||
m_buf = NULL;
|
||||
m_needsFree = false;
|
||||
m_pos = NULL;
|
||||
m_bufSize = 0;
|
||||
}
|
||||
|
||||
Pos::~Pos () {
|
||||
|
Reference in New Issue
Block a user