mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 10:04:38 +00:00
commented a parameter name to remove a warning
This commit is contained in:
parent
0abd15a3f4
commit
058796f0c7
@ -23,6 +23,9 @@
|
||||
/****************************************************************************
|
||||
History
|
||||
$Log$
|
||||
Revision 1.6 2005/12/12 11:22:19 cignoni
|
||||
commented a parameter name to remove a warning
|
||||
|
||||
Revision 1.5 2005/12/04 10:51:30 glvertex
|
||||
Minor changes
|
||||
|
||||
@ -40,7 +43,7 @@ Added copyright info
|
||||
|
||||
using namespace vcg;
|
||||
|
||||
void DummyPlugin::Render(QAction *a, MeshModel &m, RenderMode &rm, GLArea *gla)
|
||||
void DummyPlugin::Render(QAction *a, MeshModel &/*m*/, RenderMode &rm, GLArea * /*gla*/)
|
||||
{
|
||||
if(a->text() == "action 1")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user