Skip to content

Commit dfc378c

Browse files
author
Lauris Kaplinski
committed
one moire constexpr string -> const string
Signed-off-by: Lauris Kaplinski <[email protected]>
1 parent 9b87050 commit dfc378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libcdoc_boost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using namespace std;
1717
/**
1818
* @brief Unencrypted file name.
1919
*/
20-
constexpr string SourceFile("test_data.txt");
20+
const string SourceFile("test_data.txt");
2121

2222
/**
2323
* @brief Encrypted file name.

0 commit comments

Comments
 (0)