Skip to content

Commit f88deaa

Browse files
author
Michael Fero
committed
test: Fix compiler warning (reorder)
1 parent 0fc1f04 commit f88deaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/src/integration/ccm/bridge.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,10 +773,6 @@ class Bridge {
773773
* generation
774774
*/
775775
std::string host_;
776-
/**
777-
* Flag to determine if verbose output is enabled
778-
*/
779-
bool is_verbose_;
780776
#ifdef CASS_USE_LIBSSH2
781777
/**
782778
* SSH session handle for establishing connection
@@ -795,6 +791,10 @@ class Bridge {
795791
* Workload values to use when setting the workload via CCM
796792
*/
797793
static const std::vector<std::string> dse_workloads_;
794+
/**
795+
* Flag to determine if verbose output is enabled
796+
*/
797+
bool is_verbose_;
798798

799799
#ifdef CASS_USE_LIBSSH2
800800
/**

0 commit comments

Comments
 (0)