Mod: redundant void 2
This commit is contained in:
@@ -42,7 +42,7 @@ ViewProviderSphereParametric::~ViewProviderSphereParametric()
|
||||
|
||||
}
|
||||
|
||||
std::vector<std::string> ViewProviderSphereParametric::getDisplayModes(void) const
|
||||
std::vector<std::string> ViewProviderSphereParametric::getDisplayModes() const
|
||||
{
|
||||
std::vector<std::string> StrList;
|
||||
|
||||
@@ -68,7 +68,7 @@ ViewProviderEllipsoid::~ViewProviderEllipsoid()
|
||||
{
|
||||
}
|
||||
|
||||
std::vector<std::string> ViewProviderEllipsoid::getDisplayModes(void) const
|
||||
std::vector<std::string> ViewProviderEllipsoid::getDisplayModes() const
|
||||
{
|
||||
std::vector<std::string> StrList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user