summaryrefslogtreecommitdiff
path: root/cpp/src/slice2rb/Main.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-08-30 19:24:39 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-08-30 19:24:39 +0000
commitdb58b73d407dc4c88d32744789bb5374a37ddbe4 (patch)
treee02864d26cbcdb56f429febebd5038c68e28fed9 /cpp/src/slice2rb/Main.cpp
parentAdded missing dependencies on Ice and IceUtil to simpleC and simpleS. (diff)
downloadice-db58b73d407dc4c88d32744789bb5374a37ddbe4.tar.bz2
ice-db58b73d407dc4c88d32744789bb5374a37ddbe4.tar.xz
ice-db58b73d407dc4c88d32744789bb5374a37ddbe4.zip
Added Makefile support for MSVC++
Diffstat (limited to 'cpp/src/slice2rb/Main.cpp')
-rw-r--r--cpp/src/slice2rb/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2rb/Main.cpp b/cpp/src/slice2rb/Main.cpp
index f0e0a7ad2b1..b83d228a5a0 100644
--- a/cpp/src/slice2rb/Main.cpp
+++ b/cpp/src/slice2rb/Main.cpp
@@ -81,7 +81,7 @@ main(int argc, char* argv[])
vector<string> args;
try
{
- args = opts.parse(argc, argv);
+ args = opts.parse(argc, (const char**)argv);
}
catch(const IceUtil::BadOptException& e)
{