Skip to content

Commit e646daa

Browse files
committed
fix bug: 'undefined reference to BaseTypeRunner::BASE_Q0_CHAR'
1 parent a80fa8f commit e646daa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/variant_caller.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
#include "basetype.h"
3030
#include "algorithm.h"
3131
#include "version.h"
32-
3332
#include "external/thread_pool.h"
3433

34+
static const bool IS_DELETE_CACHE_BATCHFILE = true;
35+
static const char BASE_Q0_CHAR = '!'; // The ascii code of '!' character is 33
36+
3537
/**
3638
* @brief BaseTypeRunner class
3739
*/
3840
class BaseTypeRunner {
3941
private:
40-
static const bool IS_DELETE_CACHE_BATCHFILE = true;
41-
static const char BASE_Q0_CHAR = '!'; // The ascii code of '!' character is 33
42-
4342
// Commandline arguments
4443
struct BaseTypeARGS {
4544
/* Variables for all the commandline options of BaseType */

0 commit comments

Comments
 (0)