Skip to content

Commit

Permalink
Fix compilation errror.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent 3e25996 commit b04c3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdFileCache/XrdFileCacheVRead.cc
Expand Up @@ -24,8 +24,8 @@ namespace XrdFileCache {

struct ReadVChunkListRAM {
ReadVChunkListRAM(Block*b, std::vector <int>* iarr) : block(b), arr(iarr) { };
std::vector <int>* arr;
Block* block;
std::vector <int>* arr;
};

// RAM
Expand Down

0 comments on commit b04c3f4

Please sign in to comment.