X-Git-Url: http://git.tdb.fi/?p=netvis.git;a=blobdiff_plain;f=source%2Fport.h;h=7fdd87e9a3b49cc70ec95101bea9197d835ce8e1;hp=8877ed9067df827cf8a332503d0bf1b72b42b835;hb=HEAD;hpb=e4b57e21ec2bc7f99c182eea23ecec297e111799 diff --git a/source/port.h b/source/port.h index 8877ed9..7fdd87e 100644 --- a/source/port.h +++ b/source/port.h @@ -31,6 +31,7 @@ public: unsigned get_number() const { return number; } bool is_registered() const { return registered; } + void set_name(const std::string &); const std::string &get_name() const { return name; } const Msp::GL::Color &get_color() const { return color; }