From f0d9f7b3b8f36d688bda4cf2eee8ffdcacf98970 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Tue, 2 Nov 2010 10:30:03 -0400 Subject: Remove const from min_ and max_params --- include/ctables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ctables.h b/include/ctables.h index 61d5af14c..cea127f17 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -98,13 +98,13 @@ class CoreExport Command : public ServiceProvider /** Minimum number of parameters command takes */ - const unsigned int min_params; + unsigned int min_params; /** Maximum number of parameters command takes. * This is used by the command parser to join extra parameters into one last param. * If not set, no munging is done to this command. */ - const unsigned int max_params; + unsigned int max_params; /** used by /stats m */ -- cgit v1.3.1-10-gc9f91