diff options
Diffstat (limited to 'test/shapes.cc')
-rw-r--r-- | test/shapes.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/shapes.cc b/test/shapes.cc index 8d33152b..30aa7d81 100644 --- a/test/shapes.cc +++ b/test/shapes.cc @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -23,7 +22,7 @@ #include "../dw/core.hh" using namespace dw::core; -using namespace misc; +using namespace lout::misc; int main() { |