We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192571d commit 839f7e5Copy full SHA for 839f7e5
1 file changed
src/TPTImage.h
@@ -2,7 +2,7 @@
2
3
/* IIPImage Tiled Pyramidal TIFF Class
4
5
- Copyright (C) 2000-2014 Ruven Pillay.
+ Copyright (C) 2000-2016 Ruven Pillay.
6
7
This program is free software; you can redistribute it and/or modify
8
it under the terms of the GNU General Public License as published by
@@ -59,7 +59,7 @@ class TPTImage : public IIPImage {
59
TPTImage( const TPTImage& image ): IIPImage( image ), tiff( NULL ),tile_buf( NULL ) {};
60
61
/// Assignment Operator
62
- /** @param TPTImage object
+ /** @param image TPTImage object
63
*/
64
TPTImage& operator = ( TPTImage image ) {
65
if( this != &image ){
0 commit comments