Check-in Number:
|
3966 | |
Date: |
2003-Jan-30 16:14:57 (local)
2003-Jan-30 15:14:57 (UTC) |
User: | ms |
Branch: | |
Comment: |
Pedantically match signature (void) of Rand class destructor as specified
in the interface. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_rand.cpp 1.2 -> 1.3
--- as_rand.cpp 2003/01/23 17:48:44 1.2
+++ as_rand.cpp 2003/01/30 15:14:57 1.3
@@ -65,7 +65,7 @@
}
// Destructor
-Rand::~Rand()
+Rand::~Rand(void)
{
this->closeDevice(); // Close the random device
this->nFd = -4; // Return this object to its fresh status
|
|