Browse Source

Fixed iOS compilation warning.

pull/768/merge
Canming Huang 8 months ago
parent
commit
6ec76eeee9
  1. 3
      Emgu.Util/Toolbox.cs

3
Emgu.Util/Toolbox.cs

@ -149,7 +149,7 @@ namespace Emgu.Util
return c;
}
#if ! __IOS__
/// <summary>
/// Call a command from command line
/// </summary>
@ -185,6 +185,7 @@ namespace Emgu.Util
return output;
}
}
#endif
/// <summary>
/// Use reflection to find the base type. If such type do not exist, null is returned

Loading…
Cancel
Save