Remove some cppcheck warnings.

This patch modifies the code to remove some more cppcheck warnings.
This commit is contained in:
Cary R
2010-07-30 18:50:52 -07:00
committed by Stephen Williams
parent 44b08a4630
commit 86653ddff9
12 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef __PGate_H
#define __PGate_H
/*
* Copyright (c) 1998-2008 Stephen Williams ([email protected])
* Copyright (c) 1998-2010 Stephen Williams ([email protected])
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@@ -215,7 +215,7 @@ class PGModule : public PGate {
// This returns the module name of this module. It is a
// permallocated string.
perm_string get_type();
perm_string get_type() const;
private:
perm_string type_;