diff options
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h index dd83a05a3..c0c094e6f 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -58,10 +58,10 @@ struct RouteDescriptor { /** Routing type from the enum above */ - const RouteType type; + RouteType type; /** For unicast, the destination server's name */ - const std::string serverdest; + std::string serverdest; /** Create a RouteDescriptor */ |