diff options
Diffstat (limited to 'base/nix/mime_util_xdg.cc')
-rw-r--r-- | base/nix/mime_util_xdg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/nix/mime_util_xdg.cc b/base/nix/mime_util_xdg.cc index e58e03d..2e0dbee 100644 --- a/base/nix/mime_util_xdg.cc +++ b/base/nix/mime_util_xdg.cc @@ -160,7 +160,7 @@ class IconTheme { // store the subdirs of this theme and array index of |info_array_|. std::map<std::string, int> subdirs_; - scoped_array<SubDirInfo> info_array_; // List of sub-directories. + scoped_ptr<SubDirInfo[]> info_array_; // List of sub-directories. std::string inherits_; // Name of the theme this one inherits from. }; |