Skip to content

Commit ac394e0

Browse files
committed
Build fixes of tutorial25.
1 parent 152a972 commit ac394e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/tutorial25/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Let's take a look how the protocol options above can be used to force usage of t
5454
The [ServerSession](src/ServerSession.h) defines its protocol options like this:
5555
```cpp
5656
using ServerProtocolOptions =
57-
ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
57+
tutorial25::options::ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
5858
tutorial25::options::ServerDefaultOptions
5959
>;
6060
```

tutorials/tutorial25/src/ServerSession.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ServerSession : public Session
3030
>;
3131

3232
using ServerProtocolOptions =
33-
ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
33+
tutorial25::options::ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
3434
tutorial25::options::ServerDefaultOptions
3535
>;
3636

0 commit comments

Comments
 (0)