Skip to content

Commit

Permalink
Fix more compilation problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Mar 11, 2011
1 parent db4dd93 commit 6ef8f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/common/Utils/CachedFileStat.cpp
Expand Up @@ -29,7 +29,7 @@ extern "C" {

PassengerCachedFileStat *
cached_file_stat_new(unsigned int max_size) {
return new CachedFileStat(max_size);
return (PassengerCachedFileStat *) new Passenger::CachedFileStat(max_size);
}

void
Expand Down

0 comments on commit 6ef8f27

Please sign in to comment.