Skip to content

Commit f273d15

Browse files
QPID-8476: Fix order within member initializer list (#23)
1 parent 09ec3c9 commit f273d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/messaging/spout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ struct Options : OptionParser
5858
: OptionParser("Usage: spout [OPTIONS] ADDRESS", "Send messages to the specified address"),
5959
url("127.0.0.1"),
6060
timeout(0),
61-
count(1),
6261
durable(false),
62+
count(1),
6363
print(false)
6464
{
6565
add("broker,b", url, "url of broker to connect to");

0 commit comments

Comments
 (0)