X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.h;h=64a946c80f1b4bd9ee35509c8f297fde0bdf6671;hp=e60a22693483ef4626a039e2ab4e0a33399c045e;hb=2d608d773f3494e84cb154bdbb07954e87d9af86;hpb=ed8d2f5a3be2f99e3ecdfba840f87f589a0c0ac6 diff --git a/source/core/getopt.h b/source/core/getopt.h index e60a226..64a946c 100644 --- a/source/core/getopt.h +++ b/source/core/getopt.h @@ -6,6 +6,7 @@ #include #include #include +#include "attributes.h" #include "noncopyable.h" namespace Msp { @@ -216,8 +217,8 @@ public: ~GetOpt(); /** Returns any non-option arguments encountered during processing. - Deprecated. */ - const std::vector &get_args() const { return args_raw; } + Deprecated; use add_argument instead. */ + DEPRECATED const std::vector &get_args() const { return args_raw; } /** Adds an option with both short and long forms. Processing depends on the type of the destination variable and whether an argument is taken or