Skip to content

Commit

Permalink
Fixed debug warning
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Feb 4, 2019
1 parent f713544 commit 901328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/context_grouped_pkey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ t_ctx_grouped_pkey::t_ctx_grouped_pkey()
t_ctx_grouped_pkey::t_ctx_grouped_pkey(t_schema schema, t_config config)
: m_depth(0),
m_depth_set(false) {
PSP_COMPLAIN_AND_ABORT('Not Implemented');
PSP_COMPLAIN_AND_ABORT("Not Implemented");
}

t_ctx_grouped_pkey::~t_ctx_grouped_pkey() {}
Expand Down

0 comments on commit 901328f

Please sign in to comment.