diff options
Diffstat (limited to 'ASNMP/examples/get/get.cpp')
-rw-r--r-- | ASNMP/examples/get/get.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/examples/get/get.cpp b/ASNMP/examples/get/get.cpp index 5df6adfbf48..c6a9d7d0d8a 100644 --- a/ASNMP/examples/get/get.cpp +++ b/ASNMP/examples/get/get.cpp @@ -69,7 +69,7 @@ int main( int argc, char *argv[]) return 1; } -getapp::valid() const +int getapp::valid() const { return valid_; } |