| Index: tools/grit/grit/node/include.py
|
| diff --git a/tools/grit/grit/node/include.py b/tools/grit/grit/node/include.py
|
| index 6ff560a71e80274a3c219866239f2900966f76d4..47599a427bac2625322aaff6d62fa09f9dae3920 100644
|
| --- a/tools/grit/grit/node/include.py
|
| +++ b/tools/grit/grit/node/include.py
|
| @@ -47,7 +47,7 @@ class IncludeNode(base.Node):
|
| '''
|
| return self.FilenameToOpen()
|
|
|
| - def GetDataPackPair(self, output_dir):
|
| + def GetDataPackPair(self, output_dir, lang):
|
| '''Returns a (id, string) pair that represents the resource id and raw
|
| bytes of the data. This is used to generate the data pack data file.
|
| '''
|
|
|